From a25dcd0f7495825be8f6c8e3c2de4e0b431a3ff3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 17 Mar 2018 14:13:42 +0100 Subject: [PATCH] snapshot: Fix some indentation --- gtk/gtksnapshot.c | 8 ++++---- gtk/gtksnapshot.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gtk/gtksnapshot.c b/gtk/gtksnapshot.c index 1c0934612a..a74dba038b 100644 --- a/gtk/gtksnapshot.c +++ b/gtk/gtksnapshot.c @@ -186,10 +186,10 @@ gtk_snapshot_state_clear (GtkSnapshotState *state) */ GtkSnapshot * gtk_snapshot_new (GskRenderer *renderer, - gboolean record_names, - const cairo_region_t *clip, - const char *name, - ...) + gboolean record_names, + const cairo_region_t *clip, + const char *name, + ...) { GtkSnapshot *snapshot; char *str; diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h index 767e1bcbfb..f908a3dcdf 100644 --- a/gtk/gtksnapshot.h +++ b/gtk/gtksnapshot.h @@ -46,10 +46,10 @@ void gtk_snapshot_unref (GtkSnapshot GDK_AVAILABLE_IN_ALL GtkSnapshot * gtk_snapshot_new (GskRenderer *renderer, - gboolean record_names, - const cairo_region_t *clip, - const char *name, - ...) G_GNUC_PRINTF (4, 5); + gboolean record_names, + const cairo_region_t *clip, + const char *name, + ...) G_GNUC_PRINTF (4, 5); GDK_AVAILABLE_IN_ALL GskRenderNode * gtk_snapshot_free_to_node (GtkSnapshot *snapshot); -- 2.30.2